home *** CD-ROM | disk | FTP | other *** search
/ Champak 139 / (Vol 139) Sep 24 2011.iso / Games / seo_game.swf / scripts / seoGame03_fla / btnGrpPlay_3.as < prev    next >
Text File  |  2011-09-24  |  427b  |  24 lines

  1. package seoGame03_fla
  2. {
  3.    import flash.display.MovieClip;
  4.    import flash.display.SimpleButton;
  5.    
  6.    public dynamic class btnGrpPlay_3 extends MovieClip
  7.    {
  8.        
  9.       
  10.       public var plButton:SimpleButton;
  11.       
  12.       public function btnGrpPlay_3()
  13.       {
  14.          super();
  15.          addFrameScript(0,frame1);
  16.       }
  17.       
  18.       function frame1() : *
  19.       {
  20.          stop();
  21.       }
  22.    }
  23. }
  24.